MindFusion.Wpf Pack Programmer's Guide
DateCollection.RemoveRange Method
See Also
 





Removes a list of dates from the collection.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public void RemoveRange (
    List<DateTime> dateList
)

Visual Basic  Copy Code

Public Sub RemoveRange( _
    dateList As List(Of DateTime) _
)

 Parameters

dateList

The dates to remove from the collection.

 See Also

DateCollection Members
DateCollection Class
MindFusion.UI.Wpf Namespace